projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92373e9
)
(outline-resolve-xref): Do not mistake a blank line
author
Karl Heuer
<kwzh@gnu.org>
Sat, 13 Jul 1996 18:40:22 +0000
(18:40 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sat, 13 Jul 1996 18:40:22 +0000
(18:40 +0000)
following an xref (@) bullet as part of the rerefenced file name.
lisp/allout.el
patch
|
blob
|
history
diff --git
a/lisp/allout.el
b/lisp/allout.el
index db41d4af169d0992fd7febe080dcde408e3177ec..9d3bfc6830e65e44cfc015bb5e1c3b04cd5195ba 100644
(file)
--- a/
lisp/allout.el
+++ b/
lisp/allout.el
@@
-3120,8
+3120,7
@@
by pops to non-distinctive yanks. Bug..."
(let (file-name)
(save-excursion
(let* ((text-start outline-recent-prefix-end)
- (heading-end (progn (outline-pre-next-preface)
- (point))))
+ (heading-end (progn (end-of-line) (point))))
(goto-char text-start)
(setq file-name
(if (re-search-forward "\\s-\\(\\S-*\\)" heading-end t)